Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hyperbolic GCN layer of paper [Hyperbolic Graph Convolutional Neural Networks](https://arxiv.org/abs/1910.12933) #9423

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Tokisakix
Copy link

From #1334 and #5453.

When I try to add HGCNConv layer (paper Hyperbolic Graph Convolutional Neural Networks) I discover that somebody had done it two years ago. Then I find and fix some bugs in #5453.

I also add test of HGCNConv, HypAct and HypLinear in poincareBall and hyperboloid two mod.

Moreover, I write an example of its use for giving people some idea of where it best applies.

[x] Add HGCNConv layer
[x] Add some test of HGCNConv, HypAct and HypLinear
[x] Add an example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants